var runtime.zeroVal
25 uses
runtime (current package)
iface.go#L421: x = unsafe.Pointer(&zeroVal[0])
iface.go#L441: x = unsafe.Pointer(&zeroVal[0])
map.go#L426: return unsafe.Pointer(&zeroVal[0])
map.go#L467: return unsafe.Pointer(&zeroVal[0])
map.go#L496: return unsafe.Pointer(&zeroVal[0]), false
map.go#L537: return unsafe.Pointer(&zeroVal[0]), false
map.go#L586: if e == unsafe.Pointer(&zeroVal[0]) {
map.go#L594: if e == unsafe.Pointer(&zeroVal[0]) {
map_fast32.go#L19: return unsafe.Pointer(&zeroVal[0])
map_fast32.go#L50: return unsafe.Pointer(&zeroVal[0])
map_fast32.go#L68: return unsafe.Pointer(&zeroVal[0]), false
map_fast32.go#L99: return unsafe.Pointer(&zeroVal[0]), false
map_fast64.go#L19: return unsafe.Pointer(&zeroVal[0])
map_fast64.go#L50: return unsafe.Pointer(&zeroVal[0])
map_fast64.go#L68: return unsafe.Pointer(&zeroVal[0]), false
map_fast64.go#L99: return unsafe.Pointer(&zeroVal[0]), false
map_faststr.go#L19: return unsafe.Pointer(&zeroVal[0])
map_faststr.go#L42: return unsafe.Pointer(&zeroVal[0])
map_faststr.go#L77: return unsafe.Pointer(&zeroVal[0])
map_faststr.go#L105: return unsafe.Pointer(&zeroVal[0])
map_faststr.go#L123: return unsafe.Pointer(&zeroVal[0]), false
map_faststr.go#L146: return unsafe.Pointer(&zeroVal[0]), false
map_faststr.go#L181: return unsafe.Pointer(&zeroVal[0]), false
map_faststr.go#L209: return unsafe.Pointer(&zeroVal[0]), false
runtime.go#L325: var zeroVal [abi.ZeroValSize]byte
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |